*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:09:55 +0000 (21:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:09:55 +0000 (21:09 +0000)
src/ChangeLog

index 7651e9701f07f657fab112bf3b26ec87131c5db6..fb7c42a4d32866aeafd9b5421957823328052176 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * .gdbinit (xprintsym): Use the new `xname' field.
+       (xsymbol): Use it.
+
 2002-06-22  Jason Rumney  <jasonr@gnu.org>
 
        * w32fns.c (file_dialog_callback): New function.
@@ -16,7 +21,7 @@
        (do_window_update): Call XClearWindow before calling expose_frame.
        (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
        FRAME_FOREGROUND_PIXEL of frame.
-       
+
        * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
        test Mac command key as <ALT> key.
 
@@ -30,7 +35,7 @@
        Remove function_key_possible and key_translation_possible, replaced
        by checking `keytran_start < t'.
 
-       * .gdbinit (xsymbol): Use the name `xname' field.
+       * .gdbinit (xsymbol): Use the new `xname' field.
 
 2002-06-17  Andrew Choi  <akochoi@shaw.ca>